home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / debhelper / autoscripts / prerm-defoma2 < prev    next >
Text File  |  2006-06-17  |  106b  |  7 lines

  1. case "$1" in
  2.     remove)
  3.         test -x /usr/bin/defoma-app && \
  4.             /usr/bin/defoma-app purge #PACKAGE#
  5.         ;;
  6. esac
  7.